

.main-nav ul{
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: row;
	justify-content: center;
	text-align: center;
	font-size: 0.7em;
	border: none;
}


.main-nav a:link, .main-nav a:visited{
	
	text-decoration: none;
	color: #B4ADAA;
	padding: 10px;
	display: block;
	
}

.main-nav a:hover {
	background-color: none;
	color: #EAAF43;
}


.clearfix:after {
	content: "";
	display: table;
	clear: both;
}


